home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / AppleScript / Documentation / Apple Event Registry / Word Services Suite 1.0.4 / Writeswell Jr. Source / headers / MyFiles.h < prev    next >
Encoding:
Text File  |  1993-04-12  |  997 b   |  24 lines  |  [TEXT/KAHL]

  1. /* MyFiles.h
  2.  * Interface to routines to handle file calls in IAC speller testbed app
  3.  * ©1992 Working Software, Inc.
  4.  * This source code is copyrighted.  Permission is granted to use the Word Services
  5.  * portion of the Writeswell Jr. source code in your own programs, but you 
  6.  * may not distribute the Writeswell Jr. word-processor code as a 
  7.  * commercial product.  If you modify the code, please do not call it 
  8.  * Writeswell Jr. (or Writeswell.)  This will ensure that people understand the 
  9.  * program and don’t have to deal with a number of different versions with 
  10.  * who-knows-what going on in the code.
  11.  * 
  12.  * Writeswell Jr. and Writeswell are trademarks of Working Software, Inc.
  13.  * 6 Sep 91 Mike Crawford
  14.  */
  15.  
  16. void DoOpenDialog( void );
  17. void DoSave( void );
  18. OSErr DoSaveAs( void );
  19. OSErr DoSaveDialog( Boolean *savedPtr );
  20. OSErr SaveFile( void );
  21. OSErr MyOpenSpecFile( FSSpec *specPtr );
  22. OSErr MakeNewWindow( void );
  23. OSErr MyOpenSfFile( SFReply *replyPtr );
  24. void DoCloseWindow( void );